Search
InternalUtils.MatchPointsMinLength Method
See Also
 





Returns an array of node anchor points which match current node links anchor point

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static int[] MatchPointsMinLength (
    PointF[] nodeAnchorPoints,
    int[] pointRealIndexes,
    PointF[] fixedLinksAnchorPoints,
    List<Int32> usedAnchorPointIndexes
)

Visual Basic  Copy Code

Public Shared Function MatchPointsMinLength( _
    nodeAnchorPoints() As PointF, _
    pointRealIndexes() As Integer, _
    fixedLinksAnchorPoints() As PointF, _
    usedAnchorPointIndexes As List(Of Int32) _
) As Integer()

 Parameters

nodeAnchorPoints

pointRealIndexes

fixedLinksAnchorPoints

usedAnchorPointIndexes

 Return Value

 See Also